home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / bbsutil / ticsf100.zip / TICTOSS.CFG < prev    next >
Text File  |  1994-04-25  |  13KB  |  527 lines

  1. ;Welcome to TicToss for Spitfire version 1.0 -- a TIC processor for Spitfire
  2. ;systems.
  3.  
  4. ;Lines beginning with a semi-colon are treated as comment lines, as well as
  5. ;blank lines.
  6.  
  7. ;Don't be alarmed at the number of comments in this configuration file!  Our
  8. ;goal is for a Spitfire sysop to read this file, edit it to reflect their setup,
  9. ;and begin using TicToss in 10 minutes! (Well, maybe 15-20).  Experts at
  10. ;Fidonet & Spitfire will find themselves skimming through the text very quickly,
  11. :while New Fidonet and Spitfire sysops may need to read a bit more.  If you are
  12. ;unable to setup TicToss quickly and easily WE HAVE FAILED -- let us know
  13. ;where we may have confused you so we can help those who follow!
  14.  
  15.  
  16. ;First, TicToss needs to know where to expect to find the TICs & the
  17. ;accompanying files that arrive from your FTN (Fidonet Technology Network).
  18. ;The "Inbound" keyword should be set to the path where TicToss will find
  19. ;arriving TICs and FILES.  Only ONE "Inbound" keyword is currently supported.
  20.  
  21. ;For BinkleyTerm this will be the setting you have for "NetFile",
  22. ;"KnownInbound", or "ProtInbound" depending on your configuration.  We STRONGLY
  23. ;suggest the usage of session level passwords with your mailer to prevent
  24. ;someone trying to send you files which you do not expect. (Session Level
  25. ;Passwords are a feature of your mailer -- refer to your mailer's security
  26. ;section for help in setting up.)
  27.  
  28. Inbound d:\binkley\inboundp
  29.  
  30.  
  31. ;Next, TicToss needs information about how it should process the TIC files.
  32.  
  33. ;The AreaName is the name each FDN (File Distribution Network) uses for its
  34. ;various File Echos and should be unique for each file echo.  Currently there
  35. ;is a limitation of 8 CHARACTERS per File Echo, and there should not be any
  36. ;spaces as part of the AreaName -- underline characters are substituted.
  37.  
  38. ;TicToss currently supports up to 150 File Echos.
  39.  
  40. ;Example:  AreaName UTILNET
  41.  
  42.  
  43. ;FilePath is the full path where TicToss will copy the files after their TIC
  44. ;information has been verified as valid & description added to your SFFILES.BBS.
  45. ;(After copying the file, TicToss deletes the file in your "Inbound" directory.)
  46.  
  47. ;Example:  FilePath D:\FileBone\Utility
  48.  
  49.  
  50. ;SFFile is the file where the File descriptions will be written.  There should
  51. ;be a SFFILES.BBS in each of Spitfire's file directories, and these should all
  52. ;be setup prior to using TicToss.
  53.  
  54. ;Example:  SFFile D:\Spitfire\SFFiles.BBS
  55.  
  56.  
  57. ;Host is the FTN address of the system which sends Files and their associated
  58. ;TIC files.  As far as I know the Host's address is specified in the 3D form
  59. ;of Zone:Network/Node, but there isn't any manipulation done on TicToss's part
  60. ;to break an address apart and instead it just compares the string of characters
  61. ;for a proper match when verifing TIC files.  If you find yourself on the
  62. receiving end of a different address format, just note the format and use that
  63. in this file for your Host's address.
  64.  
  65.  
  66. ;Host works in conjunction with the Password Keyword.
  67.  
  68. ;Example:  Host 1:136/2
  69.  
  70.  
  71. ;Password is the password your Host adds to the TIC file before forwarding the
  72. ;TIC and its File to your system.  This password is generally agreed upon by
  73. ;mutual consent, but if your Uplink assigned your password at random, you may
  74. ;have to do a bit of detective work.  Using a text file browser (such as LIST),
  75. ;look at the very last line of the TIC file.  Thelast line should begin with
  76. ;"Pw" which is short for Password -- the word that follows "Pw" is the Password
  77. ;for AreaName.  Most sysops receive files from only one system, but since each
  78. ;Password is associated with an AreaName you may receive different file echos
  79. ;from different persons if you so desire.  Just remember to use a UNIQUE and
  80. ;DIFFERENT Password for each system sending you Files.
  81.  
  82. ;Password works in conjunction with the Host Keyword.
  83.  
  84. ;Example:  Password LetMeIn
  85.  
  86.  
  87. ;That's it!  Now you just need to add your AreaNames to this file with the
  88. ;FilePath, SFFile, Host & Password information for each AreaName and begin
  89. ;importing TIC files!
  90.  
  91. ;For the sake of further examples, below follows a sample TICTOSS.CFG file...Of
  92. ;course the Password entries have been changed. 8-)
  93.  
  94.  
  95. AreaName 136_FDN
  96. FilePath D:\Filebone\Net136
  97. SFFile D:\Filebone\Net136\SFFiles.bbs
  98. Host 1:136/5
  99. Password guess
  100.  
  101. AreaName 136_VIRI
  102. FilePath d:\Filebone\Net136
  103. SFFile d:\Filebone\Net136\SFFiles.bbs
  104. Host 1:136/5
  105. Password guess
  106.  
  107. AreaName 136_COMM
  108. FilePath d:\Filebone\Net136
  109. SFFile d:\Filebone\Net136\SFFiles.bbs
  110. Host 1:136/5
  111. Password guess
  112.  
  113. AreaName BACKBONE
  114. FilePath d:\Upload
  115. SFFile d:\Upload\SFFiles.bbs
  116. Host 1:136/2
  117. Password guess
  118.  
  119. AreaName FIDONEWS
  120. FilePath d:\Filebone\Fidonews
  121. SFFile d:\Filebone\Fidonews\SFFiles.bbs
  122. Host 1:136/2
  123. Password guess
  124.  
  125. AreaName FILEBONE
  126. FilePath d:\Filebone
  127. SFFile d:\Filebone\SFFiles.bbs
  128. Host 1:136/2
  129. Password guess
  130.  
  131. AreaName NODEDIFF
  132. FilePath d:\Upload
  133. SFFile d:\Upload\SFFiles.bbs
  134. Host 1:136/2
  135. Password guess
  136.  
  137. AreaName FTSC
  138. FilePath d:\Filebone\Ftn
  139. SFFile d:\Filebone\Ftn\SFFiles.bbs
  140. Host 1:136/2
  141. Password guess
  142.  
  143. AreaName FWAPPS
  144. FilePath d:\Filebone\Fernwood
  145. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  146. Host 1:136/2
  147. Password guess
  148.  
  149. AreaName FWBBS
  150. FilePath d:\Filebone\Fernwood
  151. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  152. Host 1:136/2
  153. Password guess
  154.  
  155. AreaName FWCOMM
  156. FilePath d:\Filebone\Fernwood
  157. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  158. Host 1:136/2
  159. Password guess
  160.  
  161. AreaName FWDRIVRS
  162. FilePath d:\Filebone\Fernwood
  163. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  164. Host 1:136/2
  165. Password guess
  166.  
  167. AreaName FWFONTS
  168. FilePath d:\Filebone\Fernwood
  169. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  170. Host 1:136/2
  171. Password guess
  172.  
  173. AreaName FWGAMES
  174. FilePath d:\Filebone\Fernwood
  175. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  176. Host 1:136/2
  177. Password guess
  178.  
  179. AreaName FWGRAPHX
  180. FilePath d:\Filebone\Fernwood
  181. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  182. Host 1:136/2
  183. Password guess
  184.  
  185. AreaName FWLAN
  186. FilePath d:\Filebone\Fernwood
  187. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  188. Host 1:136/2
  189. Password guess
  190.  
  191. AreaName FWOS2ADM
  192. FilePath d:\Filebone\Fernwood
  193. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  194. Host 1:136/2
  195. Password guess
  196.  
  197. AreaName FWOS2NFO
  198. FilePath d:\Filebone\Fernwood
  199. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  200. Host 1:136/2
  201. Password guess
  202.  
  203. AreaName FWPROG
  204. FilePath d:\Filebone\Fernwood
  205. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  206. Host 1:136/2
  207. Password guess
  208.  
  209. AreaName FWREXX
  210. FilePath d:\Filebone\Fernwood
  211. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  212. Host 1:136/2
  213. Password guess
  214.  
  215. AreaName FWSYSUTL
  216. FilePath d:\Filebone\Fernwood
  217. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  218. Host 1:136/2
  219. Password guess
  220.  
  221. AreaName FWUTILS
  222. FilePath d:\Filebone\Fernwood
  223. SFFile d:\Filebone\Fernwood\SFFiles.bbs
  224. Host 1:136/2
  225. Password guess
  226.  
  227. AreaName GENEBRSC
  228. FilePath d:\Filebone\Geneal
  229. SFFile d:\Filebone\Geneal\SFFiles.bbs
  230. Host 1:136/2
  231. Password guess
  232.  
  233. AreaName GENEDEMO
  234. FilePath d:\Filebone\Geneal
  235. SFFile d:\Filebone\Geneal\SFFiles.bbs
  236. Host 1:136/2
  237. Password guess
  238.  
  239. AreaName GENEJEW
  240. FilePath d:\Filebone\Geneal
  241. SFFile d:\Filebone\Geneal\SFFiles.bbs
  242. Host 1:136/2
  243. Password guess
  244.  
  245. AreaName GENEPAF
  246. FilePath d:\Filebone\Geneal
  247. SFFile d:\Filebone\Geneal\SFFiles.bbs
  248. Host 1:136/2
  249. Password guess
  250.  
  251. AreaName GENEPRG
  252. FilePath d:\Filebone\Geneal
  253. SFFile d:\Filebone\Geneal\SFFiles.bbs
  254. Host 1:136/2
  255. Password guess
  256.  
  257. AreaName GENETXT
  258. FilePath d:\Filebone\Geneal
  259. SFFile d:\Filebone\Geneal\SFFiles.bbs
  260. Host 1:136/2
  261. Password guess
  262.  
  263. AreaName OLR_DEV
  264. FilePath d:\Filebone\Offline
  265. SFFile d:\Filebone\Offline\SFFiles.bbs
  266. Host 1:136/2
  267. Password guess
  268.  
  269. AreaName OLR_MISC
  270. FilePath d:\Filebone\Offline
  271. SFFile d:\Filebone\Offline\SFFiles.bbs
  272. Host 1:136/2
  273. Password guess
  274.  
  275. AreaName OLR_MSGB
  276. FilePath d:\Filebone\Offline
  277. SFFile d:\Filebone\Offline\SFFiles.bbs
  278. Host 1:136/2
  279. Password guess
  280.  
  281. AreaName OLR_PCB
  282. FilePath d:\Filebone\Offline
  283. SFFile d:\Filebone\Offline\SFFiles.bbs
  284. Host 1:136/2
  285. Password guess
  286.  
  287. AreaName OLR_PNT
  288. FilePath d:\Filebone\Offline
  289. SFFile d:\Filebone\Offline\SFFiles.bbs
  290. Host 1:136/2
  291. Password guess
  292.  
  293. AreaName OLR_READ
  294. F